home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / workbench / iconhandler / iconhandler.readme < prev    next >
Text File  |  2000-02-28  |  2KB  |  56 lines

  1. Short:    V1.12 Drop file on AppIcon to change icon.  Configurable.
  2. Author:   tim_jackson@bigfoot.com (Tim Jackson)
  3. Uploader: tim_jackson@bigfoot.com (Tim Jackson)
  4. Version:  1.12
  5. Type:     util/wb
  6. Requires: WB2.04+.
  7.  
  8. IconHandler is a program to help manage file icons on Workbench.  Say you
  9. create a file using a program which does not save icons with the file or
  10. saves them with icons you don't like. You might want to give that file an
  11. icon, or perhaps remove it altogether. Normally this would involve either
  12. copying an icon from another file using the CLI or using an icon editor to
  13. load an icon from another file and save it out to your new file.  Or
  14. deleting the icon file manually in the case of wanting to remove it.
  15.  
  16. But no longer. :)
  17.  
  18. Now, you can simply have an AppIcon on your desktop which sits and waits
  19. for you to drop files on it.  Then you can select from a list of your
  20. favourite icons, click and...bang!  Your file has a new icon! Or you can
  21. remove an unwanted icon at a click.
  22.  
  23. Features:
  24. --------
  25. - Fully configurable AppIcon
  26. - Font sensitive
  27. - Fully configurable for which icons to use
  28. - Uses very little memory (main program is only 37K)
  29. - Works with multiple files dropped on AppIcon
  30.  
  31.  
  32. Recent Changes:
  33. --------------
  34. Changes from V1.11 to V1.12
  35. - Fixed small bug when entering name for new icon type
  36. - New tooltypes:
  37.     * PRESERVEDEFTOOL
  38.     * PRESERVETOOLTYPES
  39.   to specify default behaviour of the checkboxes in the main window
  40.  
  41. Changes from V1.10 to V1.11
  42. - New feature: add new icon types by simply dropping them on the AppIcon;
  43.   no need to edit the config file manually.
  44. - Keyboard shortcuts for most functions added
  45. - Tiny bugfix in config file loading code
  46.  
  47. Changes from V1.9 to V1.10
  48. - Added options to preserve tooltypes and default tool
  49.  
  50. Changes from V1.8 to V1.9
  51. - Added option to remove icon from a file
  52. - Fixed CLI starting, it now works and no more Enforcer hits
  53.   (I think this got broken in V1.6)
  54. - IconHandler now works properly if started without a config file
  55. - Some internal reorganisation to improve efficiency
  56.